#HTML <tr> The <tr> HTML element defines a row of cells in a table. The row's cells can then be established using a mix of <td> (data cell) and <th> (header cell) elements. Please see HTML Element Manual for more information about HTML elements.。 #Attributes Please see HTML global attributes to learn about the global attributes of HTML elements.